projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7476928
)
(arith_error): Don't reinstall sig handler if POSIX_SIGNALS.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 15 Jul 1996 21:36:19 +0000
(21:36 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 15 Jul 1996 21:36:19 +0000
(21:36 +0000)
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 88ed31a14bb6a403bde530d275e4cf8666485854..96a713daf98d6533ae57e9fc373f02b5ae4d4d6d 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-2714,7
+2714,7
@@
SIGTYPE
arith_error (signo)
int signo;
{
-#if
def USG
+#if
defined(USG) && !defined(POSIX_SIGNALS)
/* USG systems forget handlers when they are used;
must reestablish each time */
signal (signo, arith_error);